GoDiagram Win Reference
GoLayoutGenericNetwork<N,L,Y> Class
Members 

This provides an abstract view of a Northwoods.Go.IGoCollection as a network (graph) of nodes and directed links. These nodes and links correspond to Northwoods.Go.GoObjects provided in the Northwoods.Go.IGoCollection. This class provides a framework for manipulating the state of nodes and links without modifying the structure of the original document.
Syntax
'Declaration
 
<SerializableAttribute()>
Public Class GoLayoutGenericNetwork
    (Of N As {New, GoLayoutGenericNetwork.Node(Of N,L,Y)},
     L As {New, GoLayoutGenericNetwork.Link(Of N,L,Y)},
     Y As GoLayout) 
[SerializableAttribute()]
public class GoLayoutGenericNetwork<N,L,Y> 
where N: new(), GoLayoutGenericNetwork.Node<N,L,Y>
where L: new(), GoLayoutGenericNetwork.Link<N,L,Y>
where Y: GoLayout
Type Parameters
N
L
Y
Inheritance Hierarchy

System.Object
   Northwoods.Go.Layout.GoLayoutGenericNetwork<N,L,Y>
      Northwoods.Go.Layout.GoLayoutForceDirectedLink
      Northwoods.Go.Layout.GoLayoutForceDirectedNetwork
      Northwoods.Go.Layout.GoLayoutForceDirectedNode
      Northwoods.Go.Layout.GoLayoutLayeredDigraphLink
      Northwoods.Go.Layout.GoLayoutLayeredDigraphNetwork
      Northwoods.Go.Layout.GoLayoutLayeredDigraphNode
      Northwoods.Go.Layout.GoLayoutNetwork
      Northwoods.Go.Layout.GoLayoutNetworkLink
      Northwoods.Go.Layout.GoLayoutNetworkNode
      Northwoods.Go.Layout.GoLayoutTreeLink
      Northwoods.Go.Layout.GoLayoutTreeNetwork
      Northwoods.Go.Layout.GoLayoutTreeNode

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoLayoutGenericNetwork<N,L,Y> Members
Northwoods.Go.Layout Namespace

 

 


© 2015. Northwoods Software Corporation. All Rights Reserved.

Send Feedback